gsk: Fix hidpi scaling
authorAlexander Larsson <alexl@redhat.com>
Tue, 16 Aug 2016 10:44:39 +0000 (12:44 +0200)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Oct 2016 10:49:14 +0000 (11:49 +0100)
commite0ab6d5a3c3b45c25a025df7792044d723cbc705
tree6395f69f19a72ea6be146ad52ba377974a3771c0
parent1c7c77bc94332454f166eb85f74c86efaf7114b3
gsk: Fix hidpi scaling

We store the vertices in (unscaled) window coords (but the item size
is still scaled to match the texture size). Also, the
projection/model-view multiplication order is switched so that the scale
is applied at the right place.
gsk/gskglrenderer.c